AiraPulsar/lib/agency/__init__.py

4 lines
91 B
Python

from .main import *
version = '0.1.0'
print(f"Powered by Moons Agency, version {version}")