fediplug/fediplay/__main__.py
Matt Behrens 7bbac451bc lint
2018-04-02 21:48:56 -04:00

5 lines
89 B
Python

'''Hook for running fediplay module as a script.'''
from fediplay.cli import cli
cli()