Spaces:
Runtime error
Runtime error
File size: 181 Bytes
17a6d8e |
1 2 3 4 5 6 7 8 9 10 11 |
#!/usr/bin/env python
"""__init__.py: """
__author__ = "Rishabh Gupta"
__copyright__ = "Copyright 2023, Zuma"
__created_date__ = "04-08-2023"
if __name__ == '__main__':
pass
|