mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-06 21:52:27 +00:00
6 lines
136 B
Python
6 lines
136 B
Python
import train_network
|
|
|
|
def test_syntax():
|
|
# Very simply testing that the train_network imports without syntax errors
|
|
assert True
|