rename to lrx
resolve conflicts
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from lrx.cli import run
|
||||
|
||||
if __name__ == "__main__":
|
||||
run()
|
||||
Reference in New Issue
Block a user
resolve conflicts
@@ -0,0 +1,4 @@
|
||||
from lrx.cli import run
|
||||
|
||||
if __name__ == "__main__":
|
||||
run()
|
||||