Skip to content

Commit

Permalink
WIP: Start working on wx GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Dec 14, 2023
1 parent 7657209 commit 0c92f09
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/ml-wx.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#! /usr/bin/env python

import sys


if __name__ == '__main__':
if len(sys.argv) > 1:
sys.exit("This program doesn't accept any arguments")

0 comments on commit 0c92f09

Please sign in to comment.