10 lines
85 B
Python
10 lines
85 B
Python
from .cli import ffx
|
|
|
|
|
|
def main():
|
|
ffx()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|