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