diff options
| author | 2023-11-05 02:39:00 +0800 | |
|---|---|---|
| committer | 2023-11-05 02:39:00 +0800 | |
| commit | 57188fca203643f18409b0fa71d730d771faffed (patch) | |
| tree | cb0e0990ac030f5f0012640fd7c1707b5bde1156 /tests/get_next_token.py | |
| parent | f5e118d18af7f11854ddc34d1f6f07b48b125acd (diff) | |
| download | TRPGNivis-57188fca203643f18409b0fa71d730d771faffed.tar.gz TRPGNivis-57188fca203643f18409b0fa71d730d771faffed.zip | |
chore: add Token
Diffstat (limited to 'tests/get_next_token.py')
| -rw-r--r-- | tests/get_next_token.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/get_next_token.py b/tests/get_next_token.py new file mode 100644 index 0000000..2801337 --- /dev/null +++ b/tests/get_next_token.py @@ -0,0 +1,2 @@ +class ABC: + ...
\ No newline at end of file |
