6 lines
81 B
Python
6 lines
81 B
Python
from .main import console_entry
|
|
|
|
|
|
if __name__ == "__main__":
|
|
console_entry()
|