4 lines
91 B
Python
4 lines
91 B
Python
from .main import *
|
|
|
|
version = '0.1.0'
|
|
print(f"Powered by Moons Agency, version {version}") |